home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m14h11.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  314 b   |  17 lines

  1. on exitFrame
  2.   global gPause
  3.   puppetSprite(8, 1)
  4.   if the timer < 240 then
  5.     if gPause then
  6.       set the castNum of sprite 8 to cast "b023"
  7.     else
  8.       set the castNum of sprite 8 to cast "b021"
  9.     end if
  10.     mainMenuRollovers()
  11.     updateStage()
  12.     go(the frame)
  13.   else
  14.     go(1, "m11.dir")
  15.   end if
  16. end
  17.